home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / Soundblaster / config.h < prev   
Text File  |  1995-03-16  |  249b  |  16 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for Intel Platform using Soundblaster */
  6.  
  7. #define IS_POSIX        /* most PC Unixes are Posix */
  8. #define USE_TERMIOS
  9.  
  10. typedef void *GENERIC;
  11.  
  12. #define P(args) args
  13. #define ID(x)
  14.  
  15. #define stricmp strcasecmp
  16.